|
| static void | DebugString (string str) |
| |
| static EntityPlayer & | GetPlayer (integer playerId) |
| |
| static int | GetFrameCount () |
| |
| static Entity & | Spawn (int entityType, int entityVariant, int entitySubtype, Vector position, Vector velocity, Entity Spawner) |
| |
| static GridEntity & | GridSpawn (int gridEntityType, int Variant, Vector position, boolean forced) |
| |
| static void | RenderText (string str, float X, float Y, float R, float G, float B, float A) |
| |
| static EntityPickup & | ToPickup (Entity entity) |
| |
| static EntityEffect & | ToEffect (Entity entity) |
| |
| static Vector | GetRandomPosition () |
| |
| static Vector | GetFreeNearPosition (Vector pos, float step) |
| |
| static void | Explode (Vector pos, Entity source, float damage) |
| |
| static integer | AddPillEffectToPoll (integer pillEffect) |
| |
| static table | GetRoomEntities () |
| |
| static integer | GetChallenge () |
| |
| static integer | GetEntityTypeByName (string entityName) |
| |
| static integer | GetEntityVariantByName (string entityName) |
| |
| static integer | GetItemIdByName (string itemName) |
| |
| static integer | GetPlayerTypeByName (string playerName) |
| |
| static integer | GetCardIdByName (string cardName) |
| |
| static integer | GetPillEffectByName (string pillEffect) |
| |
| static integer | GetTrinketIdByName (string trinketName) |
| |
| static integer | GetChallengeIdByName (string challengeName) |
| |
| static integer | GetCostumeIdByPath (string path) |
| |
| static void | RegisterMod (table ref, string modName) |
| |
| static void | AddCallback (table ref, integer callbackId, table callbackFn, integer entityId) |
| |
| static void | SaveModData (table ref, string data) |
| |
| static string | LoadModData (table ref) |
| |
| static boolean | HasModData (table ref) |
| |
| static void | RemoveModData (table ref) |
| |